Adapt to the changes in the previous commit. With the changes here,
we always render the paper as white, even in the dark theme.
padding: 0;
}
+paper {
+ border: 1px solid $borders_color;
+ background: white;
+ padding: 0;
+ &:backdrop { border-color: $backdrop_borders_color; }
+}
+
actionbar frame {
padding: 6px;
border-width: 1px 0 0;
.frame:backdrop {
border-color: #1f2222; }
+paper {
+ border: 1px solid #1c1f1f;
+ background: white;
+ padding: 0; }
+ paper:backdrop {
+ border-color: #1f2222; }
+
actionbar frame {
padding: 6px;
border-width: 1px 0 0; }
.frame:backdrop {
border-color: darkgray; }
+paper {
+ border: 1px solid #a1a1a1;
+ background: white;
+ padding: 0; }
+ paper:backdrop {
+ border-color: darkgray; }
+
actionbar frame {
padding: 6px;
border-width: 1px 0 0; }